1. /* sdmsign.cpp by K.Tsuru */
  2. // function ID = 335 DRADIX, BRADIX
  3. #ifndef SN_H
  4. #include "sn.h"
  5. #endif
  6. /*********************************
  7. SDouble class
  8. -m
  9. It provides the sign operator-().
  10. ***********************************/
  11. SDouble SDouble::operator-() const{
  12. SDouble result(*this);
  13. result.ChangeSign(335); // include sign check
  14. return result;
  15. }

sdmsign.cpp : last modifiled at 2015/11/25 20:19:21(368 bytes)
created at 2017/10/07 10:21:15
The creation time of this html file is 2017/10/07 10:30:03 (Sat Oct 07 10:30:03 2017).